projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb96bf
)
Add eye candy to hush MSVC.
author
robertl
<robertl>
Mon, 20 Feb 2006 20:06:40 +0000
(20:06 +0000)
committer
robertl
<robertl>
Mon, 20 Feb 2006 20:06:40 +0000
(20:06 +0000)
sort.c
patch
|
blob
|
history
diff --git
a/sort.c
b/sort.c
index 470e9d52b07c08e98cb9137d192d9c3852805239..29c665929b987240cde4107fb9b626afe4639a9f 100644
(file)
--- a/
sort.c
+++ b/
sort.c
@@
-57,7
+57,7
@@
sort_comp(const void * a, const void * b)
case sm_shortname: return strcmp (x1->shortname, x2->shortname);
case sm_description: return strcmp (x1->description, x2->description);
case sm_time: return x1->creation_time > x2->creation_time;
- default: abort(); /* Internal caller error. */
+ default: abort();
return 0;
/* Internal caller error. */
}
}